home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-05-30 | 749 b | 33 lines | [TEXT/ALFA] |
- # MapServe Example
- # by Kelly Campbell
- # camk@ksu.ksu.edu
- #
- # Order of entries does not matter, although the map will run faster if you
- # put more frequently used objects at the top. Also, a little speed will
- # be gained by placing the objects in the following order: Default, Rectangle,
- # Circles, Ovals, Polygons, Points.
-
-
- # Point 1
- point example/point1.html 7,73
-
- # Point 2
- point example/point2.html 105,76
-
- # Point 3
- point example/point3.html 312,69
-
- # Point 4
- point example/point4.html 348,16
-
- # Blue rectangle
- rect example/blue.html 4,5 71,39
-
- # Green circle
- circle example/green.html 181,57 198,57
-
- # Orange polygon
- poly example/orange.html 224,23 219,55 268,67 281,24 257,4 250,36 224,23
-
- # Red oval
- oval example/red.html 99,2 167,46